Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"id": 2,
"title": "Social Media for Athletic Departments"
},
...
]
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"id": 2,
"title": "Social Media for Athletic Departments",
"sections": [
{
"id": 2,
"title": "Introduction"
},
...
],
"exam": {
"id": 1,
"title": "Exam"
}
}
| Param name | Description |
|---|---|
|
id
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
course: {
title: "Social Media for Athletic Departments"
}
}
{
"id": 2,
"title": "Social Media for Athletic Departments"
}
| Param name | Description |
|---|---|
|
course
required |
Validations:
|
|
course[title]
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
course: {
title: "Social Media for Departments"
}
}
{
"id": 2,
"title": "Social Media for Departments"
}
| Param name | Description |
|---|---|
|
id
required |
Validations:
|
|
course
required |
Validations:
|
|
course[title]
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"success": true
}
| Param name | Description |
|---|---|
|
id
required |
Validations:
|